home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCGUIA 117
/
PC Guia 117.iso
/
Software
/
Utils
/
Software6
/
Product8
/
feedview-0.9.7-fx.xpi
/
chrome
/
feedview.jar
/
content
/
default.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2005-03-20
|
2KB
|
83 lines
/*
* Original author: Tom Germeau ( http://www.epigoon.com )
* If you want to use/modify this code please
* contact the original author first.
*/
feed, rss, rdf {margin: 0;padding:0}
body { padding: 30px; margin: 0}
* { font-family: arial}
p { width: 70%; color: #666; font-size: 13px; margin-bottom: 20px; margin-top: 5px; }
p > p {width: 100%}
select {color: #666; font-size: 13px; }
h1 {
font-weight: normal;
font-size: 27px;
margin: -30px;
margin-bottom: 30px;
padding: 12px;
padding-left: 28px;
background-image: url("chrome://feedview/content/itemSelected.png") !important; }
div.post a { color: #444; text-decoration: none; font-size: 16px; font-weight: bold; padding-right: 25px;}
div.post a:visited { -moz-opacity: 1; background: url(chrome://feedview/content/check.png) no-repeat right;}
.image:visited { background: transparent !important;}
h1 a{ text-decoration: none;color: white; }
span.date {margin-left:30px;font-size:14px ;color: #ccc;font-weight: bold }
span#number {margin-left:0px;display:inline; font-size:13px }
#addLivemark { display:none;font-size: 12px; font-weight: normal; background: url(chrome://browser/skin/page-livemarks.png) no-repeat; padding-left: 25px}
#sizeSwitcher {display: none}
#sizeSwitcher td { vertical-align:top;}
#sizeSwitcher div {width: 20px; background: #bbb; -moz-border-radius: 3px; cursor: pointer; -moz-opacity: 0.6}
#sizeSwitcher div:hover { -moz-opacity: 1}
#switchdate { cursor: pointer; }
#sizeslider {background: #fff; -moz-border-radius: 6px}
#_articles {
overflow: scroll;
width: 100%;
height: 100%
}
#menubox {
width:125px;
-moz-border-radius:4px;
//float:right;
position: absolute;
top: 40px;
right: 30px;
margin-top: 40px;
background: #eee; /*#f5f5f5; */
border: 1px solid #ddd;
padding: 10px 30px 15px 30px;
font-size: 12px; color: #aaa;
border-width: 0 1px 1px 0;
}
.image img{
max-height: 80px ;
border: 1px solid #ddd;
padding: 4px;
background: #fff;
margin: -13px 5px 18px 0px;
-moz-border-radius: 4px;
vertical-align: top;
}
thumb {
height: 15px ;
min-height: 15px ;
}
thumb * { display:none; }
item, entry, channel {display: none}
p > p { margin: 0; }